home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / shared.dir / 00980.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  182 b   |  9 lines

  1. on readtextfile fileName
  2.   set myobj to fileio(mnew, "read", fileName)
  3.   if objectp(myobj) then
  4.     set output to myobj(mreadfile)
  5.     myobj(mdispose)
  6.     return output
  7.   end if
  8. end
  9.